home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineSprite_306 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-03-12  |  210 b   |  7 lines

  1. _parent._parent.smashedBricks--;
  2. _parent._parent.menu.txtBricksLeft = _parent._parent.menu.txtBricksLeft + 1;
  3. destructible = true;
  4. pointsWorth = 200;
  5. _parent._parent.changeColour(this,"restore");
  6. stop();
  7.